TextContents
Home > @gooddata/sdk-ui-gen-ai > TextContents
TextContents type
Signature:
export type TextContents = {
    type: "text";
    text: string;
    objects: TextContentObject[];
};
References: TextContentObject
Home > @gooddata/sdk-ui-gen-ai > TextContents
Signature:
export type TextContents = {
    type: "text";
    text: string;
    objects: TextContentObject[];
};
References: TextContentObject