my-app
    Preparing search index...

    Type Alias ParticipantPublic

    type ParticipantPublic = {
        isGuest?: boolean;
        name: string;
        userId?: number | null;
    }
    Index

    Properties

    Properties

    isGuest?: boolean
    name: string
    userId?: number | null