@juki-team/commons - v0.1.10
    Preparing search index...

    Interface Comment

    interface Comment {
        comment: string;
        createdAt: Date;
        id: number;
        updatedAt: Date;
    }
    Index

    Properties

    comment: string
    createdAt: Date
    id: number
    updatedAt: Date