yolkbot
    Preparing search index...

    Interface PlayerSocial

    interface PlayerSocial {
        active: boolean;
        id: number;
        type:
            | "Facebook"
            | "Instagram"
            | "Tiktok"
            | "Discord"
            | "Youtube"
            | "Twitter"
            | "Twitch";
        url: string;
    }
    Index

    Properties

    Properties

    active: boolean
    id: number
    type:
        | "Facebook"
        | "Instagram"
        | "Tiktok"
        | "Discord"
        | "Youtube"
        | "Twitter"
        | "Twitch"
    url: string