interface ResponseRoutePresetsBannerGet {
    constants: {
        [key: string]: string;
    };
    defaults: {
        [key: string]: any;
    };
    items: {
        [key: string]: Partial<BannerPreset>;
    };
}

Hierarchy (view full)

Properties

constants: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
defaults: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
items: {
    [key: string]: Partial<BannerPreset>;
}

Type declaration

  • [key: string]: Partial<BannerPreset>