MetadataReadOnlyFields<T, M>: Extract<MetadataOrDefault<T, M>["readOnlyFields"] | M["readOnlyFields"], keyof T>

Type Parameters