ComponentRowContentInput: {
    componentBadge: InputMaybe<ComponentBadgeInput>;
    componentCopyButton: InputMaybe<ComponentCopyButtonInput>;
    componentDivider: InputMaybe<ComponentDividerInput>;
    componentLinkButton: InputMaybe<ComponentLinkButtonInput>;
    componentPlainText: InputMaybe<ComponentPlainTextInput>;
    componentSpacer: InputMaybe<ComponentSpacerInput>;
    componentText: InputMaybe<ComponentTextInput>;
}

Type declaration

Generated using TypeDoc