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