Skip to content
Snippets Groups Projects
sgeStore.model.ts 246 B
Newer Older
  • Learn to ignore specific revisions
  • export interface SgeStore {
      currentStep: number
      firstName: string
      lastName: string
      pdl: number | null
      address: string
      zipCode: number | null
      city: string
      dataConsent: boolean
      pdlConfirm: boolean
      shouldLaunchAccount: boolean
    }