interface IInput {
    account_type: AccountType;
    coopname: string;
}

Properties

account_type: AccountType
coopname: string