@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface AppUserResponse

    interface AppUserResponse {
        app_id: string;
        role: AppRole;
        user: User;
    }
    Index

    Properties

    Properties

    app_id: string
    role: AppRole
    user: User