export interface ACOptions {
    /**
     * A name of endpoint which serves grants
     */
    grantsEndpoint?: string;
}
