Type Alias ApiKeyWithoutValue

ApiKeyWithoutValue: {
    description?: Maybe<Scalars["String"]["output"]>;
    id: Scalars["ID"]["output"];
    lastUsed?: Maybe<Scalars["DateTimeISO"]["output"]>;
    name: Scalars["String"]["output"];
}