NexSDK
    Preparing search index...

    Interface ChecklistResponse

    interface ChecklistResponse {
        id: string;
        items: unknown[];
        property_id: string;
        task_type: string;
        updated_at: string;
        updated_by: ChecklistResponseUpdatedBy;
    }
    Index

    Properties

    id: string
    items: unknown[]
    property_id: string
    task_type: string
    updated_at: string
    updated_by: ChecklistResponseUpdatedBy