Type alias SchemaPushMethod
SchemaPushMethod: ((updatedSchema?) => Promise<SchemaType>)
Type declaration
-
- (updatedSchema?): Promise<SchemaType>
-
Parameters
-
Optional
updatedSchema: Partial<SchemaPayloadType & {
newThumbnailFile: File;
}>
Returns Promise<SchemaType>