Documentation
    Preparing search index...
    interface Accessibility {
        assistanceNeeded: boolean;
        audioAssistance: boolean;
        createdAt: string;
        id: number;
        id_user: number;
        updatedAt: string;
        visualAssistance: boolean;
        wheelchairNeeded: boolean;
        wheelchairType: string;
    }
    Index

    Properties

    assistanceNeeded: boolean
    audioAssistance: boolean
    createdAt: string
    id: number
    id_user: number
    updatedAt: string
    visualAssistance: boolean
    wheelchairNeeded: boolean
    wheelchairType: string