export interface PASState { institution: { institution_uuid: string; }; session: { borrowerUser?: boolean; }; }