Type Alias BatchChangeSpaceItem

type BatchChangeSpaceItem = {
    id: string;
    spaceId?: string;
}
Index

Properties

Properties

id: string

The ID of the data file whose space will be changed.

spaceId?: string

The ID of the new space. Passing in a null will result in the data file being moved to the user's personal space.