Search
Loading...
Skip to content

Type Alias: DialogContent

type DialogContent =
| string
| {
title?: string;
message: string | string[];
};