Interface ISpaceFilter

interface ISpaceFilter {
    ids?: string[];
    names?: string[];
}

Properties

Properties

ids?: string[]
names?: string[]