interface Options {
    contentType?: ContentType;
    delay?: number;
}

Properties

Properties

contentType?: ContentType
delay?: number