Trading Assistant API Documentation - v0.1.0
    Preparing search index...

    Interface ImpersonateState

    interface ImpersonateState {
        active: boolean;
        userId: string | null;
        userEmail: string | null;
        userName: string | null;
        userRole: string | null;
        startedAt: number | null;
        readOnly: boolean;
    }
    Index

    Properties

    active: boolean
    userId: string | null
    userEmail: string | null
    userName: string | null
    userRole: string | null
    startedAt: number | null
    readOnly: boolean