UNPKG

@openstream/client

Version:
11 lines 325 B
import type { DateTime } from "../DateTime.js"; export type ApiKey = { _id: string; is_current: boolean; title: string; user_id: string | null | undefined; admin_id: string | null | undefined; created_at: DateTime; last_used_at: DateTime | null | undefined; }; //# sourceMappingURL=ApiKey.d.ts.map