import { USECASE } from "./usecase.model"; export interface GlobalStateModel { primaryColor: string; secondaryColor: string; tertiaryColor: string; barcodeType: string; token: string; step: any; contentType: boolean; photoDisplay: boolean; isPersonalDataLoaded: boolean; isDocumentDataLoaded: boolean; language: string; biosealUrl: string; faceUrl: string; verificationUrl: string; isMobile: boolean; useCase: USECASE; }