interface SpaceStage {
    name?: string;
    production?: boolean;
}

Properties

Properties

name?: string
production?: boolean