interface RemovePermission {
    id: number;
    spaceKey: string;
}

Properties

Properties

id: number

Id of the permission to be deleted.

spaceKey: string

The key of the space to be queried for its content.

Generated using TypeDoc v0.25.12