Public typealias
type RequiredKeys<T, K extends keyof T> = Partial<Omit<T, K>> & Pick<T, K>
packages/editor/src/lib/editor/types/misc-types.ts