mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 11:36:39 +00:00
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
export default class SchemaError extends Error {
|
|
message: string;
|
|
constructor(message: string);
|
|
}
|