interface ListTokensResponse {
    tokens: Function.v1beta1.Token[];
    totalCount: number;
}

Properties

Properties

totalCount: number