interface IInput { data: { account_type: AccountType; coopname: string; program_key?: null | string; username: string; }; } Properties
data
data: { account_type: AccountType; coopname: string; program_key?: null | string; username: string; } Type declaration
coopname: string
Optional program_key?: null | string
username: string
Тип аккаунта пайщика