interface SpaceQueryOptions {
    limit?: number;
    order?: string;
    skip?: number;
    spaceId?: string;
}

Hierarchy (view full)

Properties

limit?: number
order?: string
skip?: number
spaceId?: string