export type BackendLoginFormat = { identifier: string; hash: string; };