Xivgear Types Documentation
    Preparing search index...
    type TokenState = {
        token: string | null;
        verified: boolean;
    }
    Index

    Properties

    Properties

    token: string | null
    verified: boolean