Type Alias ApiKeyInput

ApiKeyInput: {
    description?: InputMaybe<Scalars["String"]["input"]>;
    name: Scalars["String"]["input"];
}