@gibme/tablo.tv
    Preparing search index...

    Type Alias Profile

    type Profile = {
        date_joined: string;
        identifier: string;
        name: string;
        preferences: Record<string, any>;
    }
    Index

    Properties

    date_joined: string
    identifier: string
    name: string
    preferences: Record<string, any>