UNPKG

@botonic/core

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