embedRecordViewNotFoundDescriptor top-level property
Implementation
final embedRecordViewNotFoundDescriptor =
XRPCObjectDescriptor<EmbedRecordViewNotFound>(
nsid: 'app.bsky.embed.record',
defName: 'viewNotFound',
fromJson: (json) => const EmbedRecordViewNotFoundConverter().fromJson(
json.cast<String, dynamic>(),
),
toJson: const EmbedRecordViewNotFoundConverter().toJson,
matches: EmbedRecordViewNotFound.validate,
);