Type Alias SleepType

SleepType: ((options: {
    ms: number;
}) => Promise<void>)