Skip to content

Commit

Permalink
feat: removed store_type as the property is going away
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Jan 18, 2024
1 parent da8e275 commit e91c4b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/composable-cli/src/lib/stores/stores-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { epccErrorResponseSchema } from "../epcc-error-schema"
export const userStoreSchema = z.object({
id: z.string(),
name: z.string(),
store_type: z.string(),
type: z.literal("store"),
ep_disabled: z.boolean(),
meta: z.object({
Expand Down

0 comments on commit e91c4b7

Please sign in to comment.