interface AclScopeSpaceIds {
    spaceIdScope: {
        spaceIds: string[];
    };
}

Properties

Properties

spaceIdScope: {
    spaceIds: string[];
}