Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface OrderMessage

    interface OrderMessage {
        id: number;
        body: string;
        created_by_email: string | null;
        emailed_to_customer: boolean;
        created_at: string;
    }
    Index

    Properties

    id: number
    body: string
    created_by_email: string | null
    emailed_to_customer: boolean
    created_at: string