my-app
    Preparing search index...

    Type Alias SessionCardProps

    type SessionCardProps = {
        callBack?: (sessionId: string) => void;
        previewUrl: string;
        sessionId: string;
        title?: string;
    }
    Index

    Properties

    callBack?: (sessionId: string) => void
    previewUrl: string
    sessionId: string
    title?: string