UNPKG

@sensinum/astro-strapi-blocks

Version:
6 lines (4 loc) 132 B
export type ForceInvalid = never; export type DeepPartial<T> = T extends object ? { [P in keyof T]?: DeepPartial<T[P]>; } : T;