@theredspace/spp-client
    Preparing search index...

    Interface WhoAmIResponse

    interface WhoAmIResponse {
        status: string;
        User: User;
    }
    Index

    Properties

    Properties

    status: string
    User: User