/** * @example * { * admin_id: 1 * } */ export interface FindAdminRequest { /** The unique identifier of a given admin */ admin_id: number; }