UNPKG

@adobe/genstudio-uix-sdk

Version:
8 lines (7 loc) 121 B
/** * Represents an Account entity in the AppMetaData. */ export type Account = { id: string; name: string; };