interface BulkTransitionSpaceTarget {
    id: string;
    key: string;
}

Hierarchy

  • Record<string, unknown>
    • BulkTransitionSpaceTarget

Properties

Properties

id: string

The space ID.

key: string

The space key.