ComponentFrame: {
    blendMode: BlendMode;
    fitMode: ComponentFitEnum;
    id: Id;
    name: string;
    opacity: number;
    src: ComponentSource;
    type: component;
    variableMappings: VariableMapping[];
}

Type declaration