pl-api
    Preparing search index...

    Type Alias Report

    Report: {
        action_taken?: boolean;
        action_taken_at: string | null;
        category?: string;
        comment?: string;
        created_at?: string;
        forwarded?: boolean;
        id: string;
        rule_ids: string | null;
        status_ids: string | null;
        target_account: Account | null;
    }

    Type Declaration

    • Optionalaction_taken?: boolean
    • action_taken_at: string | null
    • Optionalcategory?: string
    • Optionalcomment?: string
    • Optionalcreated_at?: string
    • Optionalforwarded?: boolean
    • id: string
    • rule_ids: string | null
    • status_ids: string | null
    • target_account: Account | null