Type Alias ChangeDataFileSpaceRequest

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

The ID of the space. If null, this data file will be moved to the user's personal space.