@shortcut/client
    Preparing search index...

    Interface MemberEntityWrapper

    interface MemberEntityWrapper {
        $schema: string;
        entity: Member;
    }
    Index

    Properties

    Properties

    $schema: string

    The URI for the json-schema for this response.

    2048

    ^https?://.+$

    entity: Member

    The Member the caller is authenticated as.