Interface AccountResources

interface AccountResources {
    cursor: string;
    resource: [string, ResourceInfo][];
}

Properties

Properties

cursor: string
resource: [string, ResourceInfo][]