interface PatternData {
    gradients: {
        keyframes: string;
    }[];
    name: string;
    uuid: string;
}

Hierarchy (view full)

Properties

Properties

gradients: {
    keyframes: string;
}[]
name: string
uuid: string