/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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; };