/** * @example * {} */ export interface ApplicationKeysListRequest { id?: string | string[]; type?: string | string[]; }