Values.ThemeSummarySourceDescribes the basic information about a theme.
type nonrec t = {appId : String_.t option;The unique ID for the app associated with the theme summary.
*)environmentName : String_.t option;The name of the backend environment that is part of the Amplify app.
*)id : Uuid.t option;The ID of the theme.
*)name : ThemeName.t option;The name of the theme.
*)}