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

    Interface NormalizedParam

    interface NormalizedParam {
        children?: NormalizedParam[];
        description: string;
        name: string;
        optional: boolean;
        sample?: any;
        type: string;
    }
    Index

    Properties

    children?: NormalizedParam[]
    description: string
    name: string
    optional: boolean
    sample?: any
    type: string