smwebsdk.contentcard
Home > @soulmachines/smwebsdk > ContentCard
ContentCard type
Signature:
export type ContentCard = {
id: string;
component?: string;
type?: string;
data: Record<string, unknown>;
};
Home > @soulmachines/smwebsdk > ContentCard
Signature:
export type ContentCard = {
id: string;
component?: string;
type?: string;
data: Record<string, unknown>;
};