/** * Function that returns the fields on a model to apply the CUID2 extension */ export type GetFieldsFunction = (operationModel: string) => string[];