Skip to content
Snippets Groups Projects
Commit aefef7b3 authored by Agustin's avatar Agustin
Browse files

fromTemplate added to RepBody schema

parent 70061476
No related branches found
No related tags found
No related merge requests found
const getRepBody = {
type: 'object' as const,
required: ['groups', 'extraData'],
required: ['groups', 'extraData', 'fromTemplate'],
properties: {
fromTemplate: {
type: 'boolean' as const,
},
groups: {
type: 'array' as const,
items: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment