interface IInput {
    coopname: string;
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

Properties

Properties

coopname: string