Summary of a space, as returned by listSpaces.

interface SpaceInfo {
    name?: string;
    owner?: string;
    role?: Role;
    spaceId: string;
}

Properties

name?: string
owner?: string
role?: Role
spaceId: string