Type Alias SpaceUpdate

type SpaceUpdate = {
    description?: string;
    name?: string;
    ownerId?: string;
}
Index

Properties

description?: string

The description of the space. Personal spaces do not have a description.

name?: string

The name of the space.

ownerId?: string

The user ID of the space owner.