Type Alias SpaceTypes

The distinct types of spaces (shared, managed, and so on).

type SpaceTypes = {
    data?: SpaceType[];
}
Index

Properties

Properties

data?: SpaceType[]