UNPKG

@openstream/client

Version:
12 lines 216 B
export type Output = { result: "ok"; } | { result: "not-found"; } | { result: "expired"; } | { result: "already-accepted"; } | { result: "already-rejected"; }; //# sourceMappingURL=Output.d.ts.map