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