UNPKG

@salesforce/plugin-auth

Version:
7 lines (6 loc) 181 B
import { SfDoctor } from '@salesforce/plugin-info'; type HookFunction = (options: { doctor: SfDoctor; }) => Promise<[void]>; export declare const hook: HookFunction; export {};