export type LtiLaunchGate = { allowed_keys?: Array; allowed_courses?: Array; /** * If True, a target_link_uri will work with any content within this org */ allow_all_within_org?: boolean; };