Home > widget-integration > Widget

Widget type

Signature:

export type Widget = {
	name: string;
	id: string | number;
};