protected _blockRequestUntil()

in src/GenericRestClient.ts [99:102]


    protected _blockRequestUntil(options: ApiCallOptions & Partial<TCustomOptions>): Promise<void> | undefined {
        // No-op by default
        return undefined;
    }