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

    Interface IPComment

    interface IPComment {
        comment: string;
        createdAt: string;
        ip: string;
        userId: number;
    }
    Index

    Properties

    comment: string
    createdAt: string
    ip: string
    userId: number