interface IAuthorize {
    coopname: string;
    type: string;
    withdraw_id: FundContract.Interfaces.IUint64;
}

Properties

coopname: string
type: string