CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
delay.interface.d.ts5 linesDownload Raw Back to delay
1export interface IDelay {2    apply: () => Promise<unknown>;3    setAttemptNumber: (attempt: number) => void;4}5 
basant307/AI_Governance_Project · CoolFace