Sanity App SDK
    Preparing search index...

    Interface RollCallEvent

    interface RollCallEvent {
        sessionId: string;
        type: "rollCall";
        userId: string;
    }
    Index

    Properties

    Properties

    sessionId: string
    type: "rollCall"
    userId: string