@azure/communication-sms
Version:
SDK for Azure Communication SMS service which facilitates the sending of SMS messages.
6 lines • 312 B
TypeScript
import type { OperationOptions } from "@azure/core-client";
export declare const extractOperationOptions: <T extends OperationOptions>(obj: T) => {
operationOptions: OperationOptions;
restOptions: Pick<T, Exclude<keyof T, keyof OperationOptions>>;
};
//# sourceMappingURL=extractOperationOptions.d.ts.map