/** * Specifies the id and text of a selection item. * * https://learn.microsoft.com/en-us/uwp/schemas/tiles/toastschema/element-selection */ export type ToastInputSelection = { "@id": string; "@content": string; }; //# sourceMappingURL=ToastInputSelection.d.ts.map