MCPcopy Index your code
hub / github.com/ether/etherpad / OutdatedResponse

Interface OutdatedResponse

src/static/js/pad_outdated_notice.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3interface OutdatedResponse {
4 outdated: 'minor' | null;
5 isFirstAuthor: boolean;
6}
7
8const apiBasePath = (): string => {
9 if (typeof window === 'undefined') return '/';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected