useresponse
    Preparing search index...

    Interface UserNote

    interface UserNote {
        author?: User;
        content?: string;
        createdAgo?: string;
        createdAt?: string;
        createdAtPosix?: number;
        id?: number;
        updatedAt?: string;
    }
    Index

    Properties

    author?: User
    content?: string
    createdAgo?: string
    createdAt?: string
    createdAtPosix?: number
    id?: number
    updatedAt?: string