fieldnotesai
    Preparing search index...

    Interface AuthResponse

    Provides functionality for auth response.

    interface AuthResponse {
        refresh_token?: string;
        token: string;
        user: User;
    }
    Index

    Properties

    refresh_token?: string
    token: string
    user: User