@webshop/root - v1.0.0
    Preparing search index...

    Type Alias SecretResponse

    Represents a secret message

    type SecretResponse = {
        sessionId: string;
        userId: string;
    }
    Index

    Properties

    Properties

    sessionId: string

    ID of the session

    userId: string

    ID of the user