jamespot-user-api
    Preparing search index...

    Type Alias BookmarkLink

    type BookmarkLink = {
        format?: `${BookmarkType}`;
        targetId: number;
        targetType: string;
    }
    Index

    Properties

    format?: `${BookmarkType}`
    targetId: number
    targetType: string