appBskyAgeassuranceGetConfig top-level constant

Map<String, dynamic> const appBskyAgeassuranceGetConfig

app.bsky.ageassurance.getConfig

Implementation

const appBskyAgeassuranceGetConfig = <String, dynamic>{
  "lexicon": 1,
  "id": "app.bsky.ageassurance.getConfig",
  "defs": {
    "main": {
      "type": "query",
      "description":
          "Returns Age Assurance configuration for use on the client.",
      "output": {
        "encoding": "application/json",
        "schema": {"type": "ref", "ref": "app.bsky.ageassurance.defs#config"},
      },
    },
  },
};