better-buddy-share-backend
    Preparing search index...
    type UserAsSubscriberWithStreamer = {
        streamer_id: number;
        streamer_username: string;
        subscribed_since: Date;
        user_id: number;
        user_username: string;
    }
    Index

    Properties

    streamer_id: number
    streamer_username: string
    subscribed_since: Date
    user_id: number
    user_username: string