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
ownerId?: string