Type Alias SpaceProps

SpaceProps: {
    name: string;
    sys: BasicMetaSysProps & {
        archivedAt?: string;
        license?: {
            sys: {
                id: string;
                linkType: "SpaceLicense";
                type: "Link";
            };
        };
        organization: {
            sys: {
                id: string;
            };
        };
    };
}