export interface TurnCommentResponseModel { turnIndex: number; comment: string; createdAtUnixSecs: number; ownerUserId?: string; }