Type Alias ExportOptions
type ExportOptions = {
export?: boolean;
exportResources?: ExportResourcesOptions;
mapWhfsLink?: (
data: ExportMapWhfsLinkInfo,
) => string | null | Promise<string | null>;
}
export?: boolean;
exportResources?: ExportResourcesOptions;
mapWhfsLink?: (
data: ExportMapWhfsLinkInfo,
) => string | null | Promise<string | null>;
}