Type alias WAPatchCreate

WAPatchCreate: {
    apiVersion: number;
    index: string[];
    operation: SyncdOperation;
    syncAction: ISyncActionValue;
    type: WAPatchName;
}

Type declaration

Generated using TypeDoc