Type Alias BatchChangeSpaceItem

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

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

spaceId?: string | null

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