Module Cephalopod_models.App_Bsky_Embed_Defs

lexicon "app.bsky.embed.defs"

def aspectRatio

type nonrec aspectratio = Types.app_bsky_embed_defs_aspectratio = {
  1. width : int64;
    (*

    minimum: 1

    *)
  2. height : int64;
    (*

    minimum: 1

    *)
}