Interface ListNamespacesOperation

interface ListNamespacesOperation {
    limit: number;
    matchConditions?: MatchCondition[];
    maxDepth?: number;
    offset: number;
}

Properties

limit: number
matchConditions?: MatchCondition[]
maxDepth?: number
offset: number