comAtprotoSyncDefs top-level constant
com.atproto.sync.defs
Implementation
const comAtprotoSyncDefs = <String, dynamic>{
"lexicon": 1,
"id": "com.atproto.sync.defs",
"defs": {
"hostStatus": {
"type": "string",
"knownValues": ["active", "idle", "offline", "throttled", "banned"],
},
},
};