DialogIoTypes
Base class for any dialog component classes to declare their input and output types and work with the other utility types and the
function.
See Also
Properties
Example usage
class MyDialog extends DialogIoTypes <{ data: string }, { success: boolean }> {}
class MyDialog extends DialogIoTypes <string, boolean> {}