7 lines
181 B
TypeScript
7 lines
181 B
TypeScript
export default function grabDSQLRemoteURLs(): {
|
|
communityTarballURL: string;
|
|
communityTarballShortURL: string;
|
|
installScriptURL: string;
|
|
updateScriptURL: string;
|
|
};
|