@shortcut/client
    Preparing search index...

    Interface MemberSlim

    The Member who created the Doc.

    interface MemberSlim {
        entity_type: "member:slim";
        id: string;
        name: string;
        uri: string;
    }
    Index

    Properties

    Properties

    entity_type: "member:slim"

    The type of this entity.

    id: string

    The unique ID of the Member.

    uuid

    name: string

    The name of the Member.

    uri: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$