Interface iGetAccountsSuccessResponse<T>

interface iGetAccountsSuccessResponse<T> {
    accounts: iBitBadgesUserInfo<T>[];
}

Type Parameters

Implemented by

Properties

Properties

accounts: iBitBadgesUserInfo<T>[]