chat-ui / src /lib /types /Semaphore.ts
nsarrazin's picture
nsarrazin HF staff
Automated migration setup (#897)
4dbcbb6 unverified
raw history blame
No virus
113 Bytes
import type { Timestamps } from "./Timestamps";
export interface Semaphore extends Timestamps {
key: string;
}