IOutput: {
    getRegistrationConfig: {
        programs: {
            applicable_account_types: AccountType[];
            description: string;
            image_url?: null | string;
            key: string;
            order: number;
            requirements?: null | string;
            title: string;
        }[];
        requires_selection: boolean;
    };
}

Type declaration

  • getRegistrationConfig: {
        programs: {
            applicable_account_types: AccountType[];
            description: string;
            image_url?: null | string;
            key: string;
            order: number;
            requirements?: null | string;
            title: string;
        }[];
        requires_selection: boolean;
    }

    Получить конфигурацию программ регистрации для кооператива

    • programs: {
          applicable_account_types: AccountType[];
          description: string;
          image_url?: null | string;
          key: string;
          order: number;
          requirements?: null | string;
          title: string;
      }[]

      Доступные программы

    • requires_selection: boolean

      Нужен ли выбор программы