Type alias ObjectTypeErrorData

ObjectTypeErrorData: {
    actual: string;
    expected: ObjectType;
    oid: string;
    filepath?: string;
}

Type declaration

  • actual: string
  • expected: ObjectType
  • oid: string
  • Optional filepath?: string

Generated using TypeDoc