@openstream/client
Version:
Openstream Radio Server Client
11 lines • 325 B
TypeScript
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