TenantAtlas/apps/platform/.pnpm-store/v10/files/d6/c64754310340d085a27805e67d858efc469b77329afb904d60a0d81592a203dd465b78bd6fa292572fd5f330ee98e392a7a4f003ca4a634d7f4365ccb1d1ee
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

6 lines
276 B
Plaintext

/**
* Creates the TypeError to throw if an invalid object is passed to `from` or `scheduled`.
* @param input The object that was passed.
*/
export declare function createInvalidObservableTypeError(input: any): TypeError;
//# sourceMappingURL=throwUnobservableError.d.ts.map