Interface CreateGroupPayload

interface CreateGroupPayload {
    metadata: iMetadata<NumberType>;
    pages: iGroupPage<NumberType>[];
}

Properties

Properties

The overall metadata for the group

The pages in the group