Skip to content

Commit

Permalink
fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
syedali237 committed Dec 21, 2024
1 parent 6816eff commit 8648cf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/CheckIn/tagTemplate.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { Template } from '@pdfme/common';

export const tagTemplate: Template = {
type ExtendedSchema = {
name? : string;
}

export const tagTemplate: Template & ExtendedSchema = {
"schemas": [
[
{
Expand Down

0 comments on commit 8648cf0

Please sign in to comment.