MigrationOptions
type MigrationOptions = {
baseUrl?: string;
customFetch?: CustomFetch;
};
Properties
baseUrl?
optional baseUrl?: string;
Optional custom base URL for the Twist migration endpoint (testing/self-host).
customFetch?
optional customFetch?: CustomFetch;
Optional custom fetch implementation for cross-platform compatibility.