Ignore loader property from the base ManifestWithLoader
This commit is contained in:
@@ -93,6 +93,10 @@ export interface ManifestBase {
|
||||
}
|
||||
|
||||
export interface ManifestWithLoader<LoaderReturnType> extends ManifestBase {
|
||||
/**
|
||||
* Ignore this property when serializing to JSON Schema
|
||||
* @ignore
|
||||
*/
|
||||
loader?: () => Promise<LoaderReturnType>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user