NexSDK
    Preparing search index...

    Interface CommentResponse

    Generated by orval v7.21.0 🍺 Do not edit manually. NexHub API OpenAPI spec version: 0.1.0

    interface CommentResponse {
        author_id: string;
        comment: string;
        created_at: string;
        id: string;
        issue_id: string;
        photos: unknown[];
    }
    Index

    Properties

    author_id: string
    comment: string
    created_at: string
    id: string
    issue_id: string
    photos: unknown[]