interface AclScopeIds {
    idScope: {
        ids: number[];
    };
}

Properties

Properties

idScope: {
    ids: number[];
}