UNPKG

@botonic/core

Version:
8 lines (7 loc) 123 B
export interface Reply { title: string; payload: string; } export interface WithReplies { replies?: Reply[]; }