export default interface ShowCreateOptions {
    save?: boolean;
}
