Type Alias ProjectInterfaces

ProjectInterfaces: keyof ProjectDataProviderInterfaces

Names for each projectInterface available on the papi. projectInterfaces represent standardized sets of methods on a PDP. Extensions can register a Project Data Provider Factory with one or more projectInterfaces to indicate that factory provides Project Data Providers that have the methods associated with those projectInterfaces.

Automatically includes all extensions' projectInterfaces that are added to ProjectDataProviderInterfaces.

'platform.notesOnly'