Type Alias GetContentTypeParams

GetContentTypeParams: GetSpaceEnvironmentParams & {
    contentTypeId: string;
}