mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
🎨 Apply Prettier
This commit is contained in:
parent
57751f3fe5
commit
f2731eaa55
4 changed files with 7 additions and 23 deletions
|
|
@ -1,8 +1,4 @@
|
|||
import {
|
||||
ICredentialType,
|
||||
NodePropertyTypes,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import { ICredentialType, NodePropertyTypes } from 'n8n-workflow';
|
||||
|
||||
export class ExampleCredentials implements ICredentialType {
|
||||
name = 'exampleCredentials';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue