AboutSupportDeveloper GuideVersion 2.0.0

Result type for the components query.

interface ComponentsResult {
    components: {
        items?: Component[];
    } & Error;
}

Properties

Properties

components: {
    items?: Component[];
} & Error

Type declaration

Generated using TypeDoc