interface ApplicationImageVariant {
    image: string;
    name: string;
}

Properties

Properties

image: string
name: string