Interface Backgrounds

Contains a list of backgrounds.

interface Backgrounds {
    @type: "backgrounds";
    backgrounds: Background[];
}

Properties

Properties

@type: "backgrounds"
backgrounds: Background[]

A list of backgrounds.