Type alias PatchHandlerInput<T>

PatchHandlerInput<T>: {
    identifier: ResourceIdentifier;
    patch: Patch;
    source: T;
}

Type Parameters

Type declaration