ASF - v1.0.0
    Preparing search index...

    Interface UserHistoryData

    interface UserHistoryData {
        who: string;
        why: string;
        what: string;
        id: number;
    }
    Index

    Properties

    Properties

    who: string
    why: string
    what: string
    id: number