Documentation
    Preparing search index...

    Type Alias KioskDisplay

    type KioskDisplay = {
        data: Record<string, string> | null;
        error: string | null;
    }
    Index

    Properties

    Properties

    data: Record<string, string> | null
    error: string | null