Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface EndpointOptionalityMismatch

    interface EndpointOptionalityMismatch {
        actualOptional: boolean;
        endpoint: string;
        expectedOptional: boolean;
        field: string;
    }
    Index

    Properties

    actualOptional: boolean
    endpoint: string
    expectedOptional: boolean
    field: string