teamspeak.js - v1.11.0
    Preparing search index...

    Type Alias RawApiKey

    type RawApiKey = {
        apikey: string;
        cldbid: string;
        created_at: string;
        expires_at: string;
        id: string;
        scope: string;
        sid: string;
        time_left: string;
    }
    Index

    Properties

    apikey: string
    cldbid: string
    created_at: string
    expires_at: string
    id: string
    scope: string
    sid: string
    time_left: string