Type Alias AliasGetResponse

type AliasGetResponse = {
    data: { attributes: Alias; id: EntityId; type: "alias" };
}
Index

Properties

Properties

data: { attributes: Alias; id: EntityId; type: "alias" }

Type Declaration