01alchemist/sls-yaml

View on GitHub
src/types/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type ParentObject = {
  global: any;
  parentPath: string;
};

export type Path = string;