/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type LtiKey = { readonly id: number; /** * Name of the RSA Key */ name: string; /** * Public Key in PEM format */ readonly public_key: string; /** * Public key in JWK format */ readonly public_jwk: any; /** * Platform Key */ platform_key: string; };