/** * @example * {} */ export interface ApplicationsListRequest { id?: string | string[]; type?: string | string[]; page?: number; start?: string; size?: number; }