application - v0.1.0
    Preparing search index...

    Interface default

    Interface représentant un QR code associé à un ticket

    interface default {
        id: number;
        ticket: Ticket;
        data: string;
    }
    Index

    Properties

    Properties

    id: number

    Identifiant unique du QR code

    ticket: Ticket

    Ticket associé au QR code

    data: string

    Données encodées du QR code