summaryrefslogtreecommitdiffstats
path: root/common/commands/secret.fbs
blob: 5bb224663f5d5e2445591feff92d2bd7ddd8a689 (plain)
1
2
3
4
5
6
7
namespace Sink.Commands;

table Secret {
    secret: string;
}

root_type Secret;