@ccw-api/api
    Preparing search index...

    Interface FavoriteDetail

    interface FavoriteDetail {
        creationOid: string;
        favoritedAt: number;
        studentOid: string;
        updatedAt: number;
    }
    Index

    Properties

    creationOid: string
    favoritedAt: number
    studentOid: string
    updatedAt: number