Interface SleepOptions

interface SleepOptions {
    ms: number;
}

Properties

Properties

ms: number