coldbydefault-portfolio
    Preparing search index...
    interface AdminContext {
        clientIP: string;
        isAuthenticated: boolean;
        userAgent?: string;
    }
    Index

    Properties

    clientIP: string
    isAuthenticated: boolean
    userAgent?: string