export interface IPermitConfig {
    token: string;
    pdp: string;
    debug?: boolean;
    apiUrl?: string;
    throwOnError?: boolean;
}
