jamespot-user-api
    Preparing search index...

    Type Alias OAuth2ServerHook

    OAuth2ServerHook: Omit<ApplicationBase, "name"> & {
        name: "OAuth2ServerHook";
        releaseName: string;
        tabs: Record<string, OAuth2ServerHookTab>;
    }