@shadmanZero/tenantos-api
    Preparing search index...

    Interface ServerComment

    interface ServerComment {
        content: string;
        createdAt: string;
        files?: readonly FileInfo[];
        id: number;
        userId: number;
    }
    Index

    Properties

    content: string
    createdAt: string
    files?: readonly FileInfo[]
    id: number
    userId: number