IntegrationAPINSW<S>: IntegrationBase & {
    configuration: {
        products: {
            liquor?: {
                apiKey: string;
                apiSecret: ConstrainedSecret<S>;
            };
        };
    };
    type: "API_NSW";
}

Type Parameters