Creating Plot Twists
    Preparing search index...

    Type Alias Contact

    A resolved contact with identity info. Used for access control lists where only human contacts (not twists) are relevant.

    type Contact = {
        id: ActorId;
        email: string | null;
        name: string | null;
    }
    Index

    Properties

    Properties

    Unique identifier for the contact

    email: string | null

    Email address, or null if not set

    name: string | null

    Display name, or null if not set