UNPKG

@idfy/sdk

Version:
11 lines (10 loc) 178 B
export interface DialogAfter { /** * The title of the dialog. */ title?: string; /** * The message body of the dialog. */ message?: string; }