Type Alias NotesOnlyProjectDataTypes

NotesOnlyProjectDataTypes: MandatoryProjectDataTypes & {
    Notes: DataProviderDataType<string, string | undefined, string>;
}

This is just a simple example so we have more than one. It's not intended to be real.