interface IInput {
    coopname?: string;
    username: string;
}

Properties

Properties

coopname?: string
username: string