Type Alias SetSpacePlacementWindowData

SetSpacePlacementWindowData: {
    body: SetPlacementWindowBodyDto;
    path: {
        id: string;
        spaceId: string;
    };
    query?: never;
    url: "/tenants/me/spaces/{spaceId}/content/placements/{id}/window";
}