Type Alias AliasInput

Input for creating a new alias

type AliasInput = {
    data: {
        attributes: { models: ModelsInfo; name: EntityName };
        type: "alias";
    };
}
Index

Properties

Properties

data: { attributes: { models: ModelsInfo; name: EntityName }; type: "alias" }