Type alias RemoveOperation

RemoveOperation: {
    inheritedFrom?: string;
    isPublic?: boolean;
    op: REMOVE;
    path: string;
}

Type declaration

  • Optional inheritedFrom?: string
  • Optional isPublic?: boolean
  • op: REMOVE
  • path: string

Generated using TypeDoc