export type ObjectWithId<Tid = string> = {
    id: Tid;
};
//# sourceMappingURL=objectWithId.d.ts.map