Function isPayloadOfSchemaTypeWithSources
isPayloadOfSchemaTypeWithSources<T extends Payload<void, void> = never>( schema: T["schema"],): (x?: unknown) => x is WithSources<T> Type Parameters
- T extends Payload<void, void> = never
Returns (x?: unknown) => x is WithSources<T>