mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 18:01:03 +00:00
2 lines
45 B
TypeScript
2 lines
45 B
TypeScript
export type Maybe<T> = T | null | undefined;
|