SpaceProps: {
    name: string;
    sys: BasicMetaSysProps & {
        organization: {
            sys: {
                id: string;
            };
        };
    };
}

Type declaration

  • name: string
  • sys: BasicMetaSysProps & {
        organization: {
            sys: {
                id: string;
            };
        };
    }