mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-01-03 22:06:08 -07:00
3 lines
116 B
TypeScript
3 lines
116 B
TypeScript
import { CollectionTag, ScalarTag } from '../types.js';
|
|
export declare const schema: (CollectionTag | ScalarTag)[];
|