TPolicyConnectionService

type TPolicyConnectionService = {
[key in Exclude<keyof IPolicyConnectionService, InternalKeys>]: unknown;
};