@folderharbor/sdk
    Preparing search index...

    Type Alias FHLogs

    type FHLogs = {
        logs: {
            action: string;
            blurb: string;
            body: object | null;
            createdAt: Date;
            userID: number;
            username: string | null;
        }[];
        pageCount: number;
    }

    Properties

    logs: {
        action: string;
        blurb: string;
        body: object | null;
        createdAt: Date;
        userID: number;
        username: string | null;
    }[]
    pageCount: number