Type Alias UpsertResourceProviderProps

UpsertResourceProviderProps: Omit<ResourceProviderProps, "sys"> & {
    sys: {
        id: string;
    };
}