Interface BackgroundOptions

interface BackgroundOptions {
    type?: string;
}

Properties

Properties

type?: string